home *** CD-ROM | disk | FTP | other *** search
- %begin_cm_vars
- %cm_var the_little_name "Xanthus"
- %cm_var the_big_name "CraftMan"
- %end_cm_vars
-
- userdict /the_little_name known not
- {/the_little_name (Xanthus) def} if
- userdict /the_big_name known not
- {/the_big_name (CraftMan) def} if
-
- /gads {/Times-Roman findfont
- 14 scalefont
- setfont
- 500 -15 0 {0 exch moveto
- 0 1 30 {pop the_little_name show} for
- } for} def
-
- /Times-Bold findfont
- 120 scalefont
- setfont
-
- 1 0.8 scale
- 25 rotate
- 10 -190 translate
- newpath
- 0 170 moveto
- the_big_name true
- charpath clip
- gads